func context.removeChild

4 uses

	context (current package)
		context.go#L340: 		removeChild(a.Context, a)
		context.go#L384: func removeChild(parent Context, child canceler) {
		context.go#L559: 		removeChild(c.Context, c)
		context.go#L664: 		removeChild(c.cancelCtx.Context, c)